(make-help-screen): Move most of the code out to a function
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 21 Mar 2024 23:26:33 +0000 (19:26 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 21 Mar 2024 23:26:33 +0000 (19:26 -0400)
commit946280365d40104dffd5329eebefc02329f72041
tree4251af8740de20ad0978ebd92b554b126317f56e
parentc214fc9626c8b37e4d155a6d3caebe2e09fd0ab2
(make-help-screen): Move most of the code out to a function

This avoids problems like variable-name capture and lets compiler messages
point to the actual source code.

* lisp/help-macro.el (help--help-screen): New function, extracted from
`make-help-screen`.
(make-help-screen): Use it.
lisp/help-macro.el